home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
HTMIME.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
451b
|
30 lines
/* */
/* MIME Parser HTMIME.h
** -----------
**
** The MIME parser stream presents a MIME document.
**
**
*/
#ifndef HTMIME_H
#define HTMIME_H
#include "HTStream.h"
#include "HTAnchor.h"
extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink));
#endif
/*
*/